"14161B 3B82F6 10B981 F9FAFB" shadcn/ui theme

futuristic
high-contrast
immersive
bold-colors
cyberpunk
experimental
modern
vibrant
unconventional
tech-inspired

Shadcn/ui Theme Css Variables

name: Neon Cyberpunkkeyword: 14161B 3B82F6 10B981 F9FAFB views: 8

:root {
  --background: 20 100% 5%;
  --foreground: 210 100% 95%;
  --card: 20 100% 5%;
  --card-foreground: 210 100% 95%;
  --popover: 20 100% 5%;
  --popover-foreground: 210 100% 95%;
  --primary: 210 100% 50%;
  --primary-foreground: 20 100% 5%;
  --secondary: 210 100% 20%;
  --secondary-foreground: 210 100% 95%;
  --muted: 210 100% 20%;
  --muted-foreground: 210 100% 70%;
  --accent: 210 100% 20%;
  --accent-foreground: 210 100% 95%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 210 100% 95%;
  --border: 210 100% 20%;
  --input: 210 100% 20%;
  --ring: 210 100% 50%;
  --radius: 0.75rem;
  --chart-1: 210 100% 50%;
  --chart-2: 210 100% 70%;
  --chart-3: 210 100% 30%;
  --chart-4: 210 100% 40%;
  --chart-5: 210 100% 60%;
}